package axis

Import Path
	github.com/K-Phoen/grabana/heatmap/axis (on go.dev)

Dependency Relation
	imports one package, and imported by one package

Involved Source Files axis.go
Package-Level Type Names (total 3)
/* sort by: | */
Option represents an option that can be used to configure a Y axis. func Decimals(decimals int) Option func Max(max float64) Option func Min(min float64) Option func Unit(unit string) Option func New(options ...Option) *YAxis func github.com/K-Phoen/grabana/heatmap.YAxis(opts ...Option) heatmap.Option
YAxis represents the Y axis of a heatmap. Builder *SDKAxis func New(options ...Option) *YAxis
Package-Level Functions (total 5)
Decimals set the number of decimals to be displayed on the axis.
Max sets the maximum value expected on this axis.
Min sets the minimum value expected on this axis.
New creates a new YAxis configuration.
Unit sets the unit of the data displayed on this axis.